html, body  
	{background: #ffffff; 
	 text-align: center; 
	 font-size: 11px; 
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	}
body *
	{margin: 0px auto; 
	 padding: 0px; 
	 font-size: 12px; 
	 text-align: left;
	}
	
p {
	padding: 2px 0px 2px 0px;
}
	
img 
  {border: 0px;
	}
h1 
	{font-size: 16px; 
	margin: 5px 0px 5px 0px;
	 font-weight: bold;
	}
h2 
	{font-size: 14px;
	margin: 5px 0px 5px 0px;
	}
h3
	{font-size: 12px; 
	margin: 5px 0px 5px 0px;
	 font-weight: bold;
	}
a 
	{color: #9a0000; 
	 
	}
a:visited 
	{color: #c60000;
	}
a:hover 
	{color: #cb8583;
	}
div {
width: 600px;
text-align: left;

}
hr { border: 0; height: 1px; width: 640px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); margin-top: 30px; margin-bottom: 30px; }

ul {list-style-type: circle;}

